home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / feb94 / horo17.gif < prev    next >
Graphics Interchange Format  |  1996-07-10  |  17KB  |  640x298  |  4-bit (4 colors)
Labels: text | screenshot | display | number | font | software
OCR: FORMLIB :: #Library1 :: formIsAlreadyOpen method formIsAlreadyOpen() Logical var openForms Array[ ] String endvar ; When called by the form itself, its title or ID will already appear once on the array of open forms. So we have to remove ; one item from our array. enumFor mNames ( openForms ) openForms .remove Item(self . Title) return openForms .contains(self . Title) endMethod Edit Line: 10 Col : 1